# Begin: Custom commands for incoming e-mails BEFORE decryption log(1,'Begin: Custom commands for incoming e-mails BEFORE decryption'); # Begin: Tag all e-mails from external as [external] log(1,'Begin: Tag all e-mails from external as [external]'); if (!internal()) { log(1,'E-mail is from external, tagging subject with [external]'); tagsubject('[external]',1); } log(1,'End: Tag all e-mails from external as [external]'); # End: Tag all e-mails from external as [external] log(1,'End: Custom commands for incoming e-mails BEFORE decryption'); # End: Custom commands for incoming e-mails BEFORE decryption